home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Herois
/
Codigo.Cst
/
00212_MM Hercules VaiFotos 2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-19
|
376 b
|
19 lines
on mouseUp
global myMemSize
if the mouseV < 176 then
set foto = 3
set pulo = -984
else if the mouseV > 259 then
set foto = 1
set pulo = 0
else
set foto = 6
set pulo = -2184
end if
if myMemSize > 15 * 1024 * 1024 then
MMVaiFotos marker("HerculesFotos"), pulo, 13, 19
else
MMVaiFotosLimitado "HerculesFotos", foto
end if
end